RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedBottomAlignTool Class / SetValue Method / SetValue(C1TextRange,Nullable<C1VerticalAlignment>) Method

In This Topic
    SetValue(C1TextRange,Nullable<C1VerticalAlignment>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal value As Nullable(Of C1VerticalAlignment) _
    ) 
    protected override void SetValue( 
       C1TextRange range,
       Nullable<C1VerticalAlignment> value
    )

    Parameters

    range
    value
    See Also